-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Completely remove the flash loan logic #779
Conversation
test: update tests accordingly docs: remove flash loan reference in README
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, good job @andreivladbrg. Feedback left in comments.
Other notes:
- The branch should have been named
refactor:
instead offeat:
. Removing stuff is not a feature. - We might have to redeploy the Comptroller in the next release
test/integration/concrete/comptroller/set-protocol-fee/setProtocolFee.tree
Outdated
Show resolved
Hide resolved
test/integration/concrete/comptroller/set-protocol-fee/setProtocolFee.t.sol
Outdated
Show resolved
Hide resolved
ok, before i was following these recommendations for choosing the words: https://gist.github.com/qoomon/5dfcdf8eec66a051ecd85625518cfd13
yes, we would have to do that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to squash and merge once CI passes
* feat: remove flash loan logic test: update tests accordingly docs: remove flash loan reference in README * test: re-add setProtocolFee tests
* feat: remove flash loan logic test: update tests accordingly docs: remove flash loan reference in README * test: re-add setProtocolFee tests
* feat: remove flash loan logic test: update tests accordingly docs: remove flash loan reference in README * test: re-add setProtocolFee tests
* feat: remove flash loan logic test: update tests accordingly docs: remove flash loan reference in README * test: re-add setProtocolFee tests
* feat: remove flash loan logic test: update tests accordingly docs: remove flash loan reference in README * test: re-add setProtocolFee tests
* feat: remove flash loan logic test: update tests accordingly docs: remove flash loan reference in README * test: re-add setProtocolFee tests
Closes #733